Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sentry #16

Merged
merged 12 commits into from
Dec 28, 2023
Merged

feat: sentry #16

merged 12 commits into from
Dec 28, 2023

Conversation

juantejer4
Copy link

⚡ Integrate Sentry into Laravel boilerplate - 86dqz4n4y

💻 What type of change is this?

  • 💎 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Styling
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build / CI

⭐ Description

I've integrated Sentry for backend and frontend.

Requires

This pr requires the following packages to be installed:

  • sentry/sentry-laravel
  • sentry/react
  • sentry/vite-plugin

The packages are used for logging both errors from back and front to Sentry.

Because of this, you must run npm i and sail composer i before starting.

📷 Screenshots

image

✅ Checklist

  • This PR can be merged (it is not a draft, work in progress, or blocked on another PR)
  • I have tested this change locally in multiple screen sizes
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@juantejer4 juantejer4 added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 28, 2023
@juantejer4 juantejer4 requested a review from sojeda December 28, 2023 14:48
@juantejer4 juantejer4 merged commit fb635db into 10.x Dec 28, 2023
2 checks passed
@juantejer4 juantejer4 deleted the feature/CU-86dqz4n4y/integrate-sentry branch December 28, 2023 18:20
sojeda pushed a commit that referenced this pull request Jan 2, 2024
* build: sentry

* feat: sentry

* chore: `SENTRY_LARAVEL_DSN` null for test

* build: `sentry/react`

* build: `sentry/vite-plugin`

* feat(front): sentry

* docs: update readme

* feat: dynamic plugin options

* feat: auth token

* refactor(front): `.env` variable usage

* docs: disclaimer

* docs: change alt text

---------

Co-authored-by: Gianfranco Rocco <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants